[INFO] cloning repository https://github.com/ccppw604TinaSilva/crypto
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ccppw604TinaSilva/crypto" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fccppw604TinaSilva%2Fcrypto", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fccppw604TinaSilva%2Fcrypto'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c553ebb4441bd9499d310bb5cffb3760e0aa9ff5
[INFO] checking ccppw604TinaSilva/crypto against try#f4690f24e7d9bcb0b168a02b06dd61391e8bd55a for pr-157814-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fccppw604TinaSilva%2Fcrypto" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/ccppw604TinaSilva/crypto
[INFO] finished tweaking git repo https://github.com/ccppw604TinaSilva/crypto
[INFO] tweaked toml for git repo https://github.com/ccppw604TinaSilva/crypto written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ccppw604TinaSilva/crypto on toolchain f4690f24e7d9bcb0b168a02b06dd61391e8bd55a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ccppw604TinaSilva/crypto already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7cf07dcec6eec8f91d8fcff9552b5c74122c05467aaf1800be6da9d6f61e2ab2" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 476cd2a8ad5dc744564b0e753f432cf76513ada7ff71a24543dbade4962ce266
[INFO] running `Command { std: "docker" "start" "476cd2a8ad5dc744564b0e753f432cf76513ada7ff71a24543dbade4962ce266", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "476cd2a8ad5dc744564b0e753f432cf76513ada7ff71a24543dbade4962ce266" "/opt/rustwide/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "476cd2a8ad5dc744564b0e753f432cf76513ada7ff71a24543dbade4962ce266", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "476cd2a8ad5dc744564b0e753f432cf76513ada7ff71a24543dbade4962ce266" "/opt/rustwide/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling find-msvc-tools v0.1.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde_core v1.0.225
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]    Compiling serde v1.0.225
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]     Checking winter-utils v0.13.1
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling toml_datetime v0.7.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking constant_time_eq v0.3.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling indexmap v2.11.3
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]    Compiling cc v1.2.37
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking keccak v0.1.5
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking clap_builder v4.5.47
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking winter-math v0.13.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling miden-crypto v0.18.0 (/opt/rustwide/workdir/miden-crypto)
[INFO] [stdout] error: target-based cfg should be avoided in build scripts
[INFO] [stdout]  --> miden-crypto/build.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg(target_feature = "sve")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[deny(misleading_cfg_in_build_script)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: target-based cfg should be avoided in build scripts
[INFO] [stdout]  --> miden-crypto/build.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 |     #[cfg(target_feature = "sve")]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `miden-crypto` (build script) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "476cd2a8ad5dc744564b0e753f432cf76513ada7ff71a24543dbade4962ce266", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "476cd2a8ad5dc744564b0e753f432cf76513ada7ff71a24543dbade4962ce266", kill_on_drop: false }`
[INFO] [stdout] 476cd2a8ad5dc744564b0e753f432cf76513ada7ff71a24543dbade4962ce266
